home *** CD-ROM | disk | FTP | other *** search
- SizeAndFontController = {
- ACTIONS = {
- showDefault:;
- setDefault:;
- suggest:;
- firstVisible:;
- setStruct:;
- setFont:;
- setFromStruct:;
- };
- OUTLETS = {
- fontDisplayField;
- sizeForm;
- };
- SUPERCLASS = Object;
- };
- WindowController = {
- ACTIONS = {
- setFontRequest:;
- firstVisible:;
- };
- OUTLETS = {
- fontTrap;
- shellExitMatrix;
- fontField;
- sizeForm;
- };
- SUPERCLASS = Object;
- };
- FontTrap = {
- ACTIONS = {
- changeFont:;
- };
- OUTLETS = {
- fontTarget;
- targetProxy;
- };
- SUPERCLASS = View;
- };
- ProcessMonitorController = {
- ACTIONS = {
- enablementChanged:;
- remove:;
- cleanProcChanged:;
- add:;
- textDidGetKeys:;
- runningBackgroundChanged:;
- };
- OUTLETS = {
- checkMatrix;
- cleanScrollView;
- runningCleanCheck;
- newCleanField;
- removeButton;
- monitorCheck;
- fastAuditCheck;
- shellsCleanCheck;
- cleanMatrix;
- addButton;
- };
- SUPERCLASS = Object;
- };
- TitleBarController = {
- ACTIONS = {
- customTitleChanged:;
- titleBitsChanged:;
- };
- OUTLETS = {
- fakeTitle;
- elementMatrix;
- titleForm;
- prefObject;
- };
- SUPERCLASS = Object;
- };
- EmulationController = {
- ACTIONS = {
- firstVisible:;
- suggest:;
- showDefault:;
- revert:;
- };
- OUTLETS = {
- checkMatrix;
- translateCheck;
- altMatrix;
- altBox;
- altMsg;
- keypadCheck;
- strictCheck;
- };
- SUPERCLASS = Object;
- };
- ShellController = {
- ACTIONS = {
- sourceDotLoginChanged:;
- firstVisible:;
- shellChanged:;
- };
- OUTLETS = {
- shellForm;
- sourceCheck;
- };
- SUPERCLASS = Object;
- };
- MiscController = {
- ACTIONS = {
- handleReturn:;
- limitLines:;
- unlimitLines:;
- };
- OUTLETS = {
- linesLimited;
- autoFocusCheck;
- otherOptionsMatrix;
- linesUnlimited;
- wrapCheck;
- okButton;
- lineLimitField;
- scrollbackEnableCheck;
- };
- SUPERCLASS = Object;
- };
- StartupController = {
- ACTIONS = {
- firstVisible:;
- fastStartupChanged:;
- pathWasSet:;
- startupActionChanged:;
- setPathRequest:;
- };
- OUTLETS = {
- actionMatrix;
- pathForm;
- fastAutolaunchCheck;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Preferences = {
- ACTIONS = {
- windowDidResignKey:;
- revert:;
- changePane:;
- suggest:;
- showPrefWindow:;
- setDefaultX:;
- handleReturnByProxy:;
- windowDidBecomeKey:;
- ok:;
- showDefaultX:;
- };
- OUTLETS = {
- okButton;
- suggestButton;
- miscPane;
- revertButton;
- processMonitorCntl;
- shellCntl;
- setDefaultButton;
- startupCntl;
- paneSelector;
- currentTerminal;
- windowPane;
- titleBarPane;
- processMonitorPane;
- emulationPane;
- startupPane;
- windowCntl;
- buttonMatrix;
- installedPane;
- titleBarCntl;
- miscCntl;
- window;
- container;
- showDefaultButton;
- shellPane;
- emulationCntl;
- };
- SUPERCLASS = Object;
- };
-